@charset "utf-8";
/*初始化css*/
body{min-width:1200px;font-family:微软雅黑;color: #333;}/*min-width的宽度根据项目页面宽度决定*/
*,*:before,*:after {box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,
strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,
details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video,form
{margin:0;padding:0;border:0;outline:none;}
input{margin:0;padding:0;outline:none;}
li{list-style:none;}
a,ins{text-decoration:none;}
*:focus{outline:none;}
a{color:#333;}/*颜色根据通用信息列表的文字颜色决定*/
.more a{color: #999;}/*颜色根据通用更多的文字颜色决定*/
a:hover{color:#3573b5;}/*颜色根据psd主色调决定，比如很多都是蓝色*/
.more a:hover{color:#3573b5;}/*颜色根据psd主色调决定，比如很多都是蓝色*/
.fl{float:left;}
.fr{float:right;}
.cf:after{display:block;content:'';height:0;visibility:hidden;clear:both;}
.cf{zoom:1;}
.hide{display:none;}
.block{display:block;}
textarea,input{font-family:微软雅黑;}

/* 通用元件 */
.w1200{width: 1200px;margin: 0 auto;}
.height20{height: 20px;}
.height40{height: 40px;}
.height15{height:15px;}

/* 办事套餐 */
.bstc-title span{height: 45px;line-height: 45px;font-size: 35px;display:block;}
.bstc-title a{font-size: 35px;color: #333;font-weight:bold;float:left;}
/* 左右按钮 */
.prev,.next{position:absolute;top:50%;cursor: pointer;width: 60px;height: 60px;margin-top: -30px;display: block;}
.prev{left:-30px;background: url(leftArrow.png) no-repeat;}
.next{right:-30px;background: url(rightArrow.png) no-repeat;}
.prev:hover{background: url(leftArrowHover.png) no-repeat;}
.next:hover{background: url(rightArrowHover.png) no-repeat;}
.box01pic{width: 1280px;margin: 0 auto;}
.box01pic .listdiv{width: 277px;height: 145px;margin: 0 auto;box-shadow: 0 0 1.5rem rgba(9,41,77,.12);margin-top: 15px;padding-top: 40px;border: 1px solid #f2f4f6;}
.box01pic .listdiv .lista{display: block;width: 100%;height: 40px;font-size: 18px;font-weight: bold;padding-left: 80px;}
.box01pic .listdiv .listdiv2{width: 100%;font-size: 16px;color: #777777;margin-top: 10px;margin-left: 0;text-align: center;}
.box01pic .listdiv .listdiv2 a{color: #777777;}
.box01pic .listdiv .listdiv2 span{display: block;width: auto;float: left;padding: 0 5px;border-right: 1px solid #777777;height: 20px;line-height: 20px;}
.box01pic .listdiv .listdiv2 span:last-child{border: 0;}
.scroll_horizontal{position:relative;width:1280px;height:180px;}
.scroll_horizontal .box{overflow:hidden;position:relative;width:1200px;height:180px;margin:0 auto;}
.scroll_horizontal .list{overflow:hidden;width:9999px;}
.scroll_horizontal .list li{float:left; width:300px;  height:180px;}
.scroll_horizontal .list li img{width:100%; height:auto;}